View Javadoc
1 /*
2 * Created by IntelliJ IDEA.
3 * User: birchfield
4 * Date: Aug 18, 2002
5 * Time: 6:29:45 PM
6 * To change template for new class use
7 * Code Style | Class Templates options (Tools | IDE Options).
8 */
9 package net.plugin.sql.listeners;
10
11 import net.plugin.sql.beans.DataSource;
12
13 public interface DataSourceSelectionListener {
14
15 public void dataSourceSelected(DataSource dataSource);
16 }
This page was automatically generated by Maven